Vcenter Namespaces Mobility Virtualmachines Imports Condition

Vcenter Namespaces Mobility Virtualmachines Imports Condition
Vcenter Namespaces Mobility Virtualmachines Imports Condition

The Vcenter Namespaces Mobility Virtualmachines Imports Condition schema represents a condition of the Import.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "type": "string",
    "reason": "string",
    "status": "string",
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "last_transition_time": "string"
}
string
type
Required

The type of condition.

Possible values may include, but not limited to:

  • SpecValid
  • NetworkBackingReady
  • VirtualMachineReadyForImport
  • VirtualMachineCreated
  • VirtualMachineReady
  • Completed
  • RollbackVirtualMachineLocationCompleted
  • RollbackVirtualMachinePropertyCompleted
  • RollbackCustomResourceCompleted
  • RollbackCompleted

This property was added in vSphere API 9.0.0.0.

string
reason
Required

The reason for the condition's last transition.

This property was added in vSphere API 9.0.0.0.

string
status
Required

The status of the condition.

For more information see: Vcenter Namespaces Mobility Virtualmachines Imports ConditionStatus.

This property was added in vSphere API 9.0.0.0.

message
Optional

A human-readable message indicating details about the last transition.

This property was added in vSphere API 9.0.0.0.

This property will be missing or null if the message details are not required for taking actions. Some conditions are user actionable in order for the import operation to reach the desired state.

string As date-time As date-time
last_transition_time
Optional

Last time the condition transitioned from one status to another. This should be when the underlying condition changed.

This property was added in vSphere API 9.0.0.0.

This property will be missing or null if there are no status transitions for the condition.